NeoVim
-
Choice :
-
Use the .msi installer or winget preferably.
-
-
.msi installer from GitHub.
-
Went to
C:\Program Files\Neovim.
-
-
winget install Neovim.Neovim-
Went to
C:\Program Files\Neovim.
-
-
choco install neovim-
Needed Admin PowerShell.
-
Went to
C:\tools\neovim\nvim-win64.
-
-
scoop install neovim-
Not sure where it installed. Didn't like it.
-
-
After installing, it should look like this:
-
.
-
Configuration
-
In PowerShell or CMD:
-
mkdir $HOME\AppData\Local\nvim-
No need to replace anything.
-
-
-
Neovim's configurations are located under the following paths, depending on your OS:
-
Linux and macOS:
-
$XDG_CONFIG_HOME/nvim -
~/.config/nvim
-
-
Windows:
-
cmd:
-
%localappdata%\nvim\
-
-
powershell:
-
$env:LOCALAPPDATA\nvim\
-
-
-